ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / OnValueChanged(NullablePropertyChangedEventArgs<TimeSpan>) Method

In This Topic
    OnValueChanged(NullablePropertyChangedEventArgs<TimeSpan>) Method
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValueChanged( _
       ByVal e As NullablePropertyChangedEventArgs(Of TimeSpan) _
    ) 
    protected virtual void OnValueChanged( 
       NullablePropertyChangedEventArgs<TimeSpan> e
    )

    Parameters

    e
    See Also